quartz: Fix another typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Mar 2017 12:26:05 +0000 (07:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Mar 2017 12:26:05 +0000 (07:26 -0500)
gdk/quartz/gdkwindow-quartz.c

index 803d3b99d152641fea52fc7db764b26a0d4c5ccc..aa1049655f25bff56c40b4f0b1cd74632f7cf307 100644 (file)
@@ -2329,7 +2329,7 @@ gdk_quartz_window_set_functions (GdkWindow    *window,
 
   g_return_if_fail (GDK_IS_WINDOW (window));
 
-  imple = GDK_WINDOW_IMPL_QUARTZ (window->impl);
+  impl = GDK_WINDOW_IMPL_QUARTZ (window->impl);
 
   if (functions & GDK_FUNC_ALL)
     {